--------------------------
CalibrationData_Lister.exe
--------------------------


The purpose of this program is to automatically extract lines from an LTVT Calibration Data file.

The user supplies a case-sensitive search string, and the program creates a new calibration data file consisting of just the lines containing the specified text.  

In the output file, the search string is replaced by a user specified replacement string.  This is typically used to change the name of the folder in which the image files are stored. To extract lines without making any changes, the replacement string should be the same as the search string.

For further details, please see the accompanying Pascal source file "CalibrationData_Lister_Unit.pas", which can be opened with any plain text processor.

-- Jim Mosher (jimmosher@yahoo.com; 18 Jun 2008)